Skip to content

Commit

Permalink
Release hotfix 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Mar 21, 2021
1 parent e0205a7 commit 9024471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.8.1 - 2021-03-21

1. Fix bug in management UI resource editor
2. Proper support for query string written in `path` option

## v0.8 - 2021-03-20

1. [Management API/UI](Management.md) Improvements:
Expand Down
2 changes: 1 addition & 1 deletion mockintosh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from mockintosh.servers import HttpServer, TornadoImpl
from mockintosh.performance import PerformanceProfile

__version__ = "0.8"
__version__ = "0.8.1"
__location__ = path.abspath(path.dirname(__file__))

should_cov = environ.get('COVERAGE_PROCESS_START', False)
Expand Down

0 comments on commit 9024471

Please sign in to comment.