Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMayo committed Dec 10, 2020
2 parents d181b53 + f697d92 commit d919769
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
History
=======


0.0.24 (2020-12-10)
-------------------

* Don't allow users to create new entries in Reference tables
* Add "training" mode, using private Pepys database
* Use bold/colored text in application
* Add "viewer" mode/app for Pepys-Admin for read-only interactions
* Add context-sensitive help for all prompts
* Copy tutorial content to user's Home folder on installation
* Lots and lots of minor usability improvements

0.0.23 (2020-09-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pepys_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "Ian Mayo"
__email__ = "[email protected]"
__version__ = "0.0.23"
__version__ = "0.0.24"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.23
current_version = 0.0.24
commit = True
tag = True

Expand Down Expand Up @@ -30,4 +30,3 @@ omit =
migrations/*

[aliases]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/debrief/pepys-import",
version="0.0.23",
version="0.0.24",
zip_safe=False,
)

0 comments on commit d919769

Please sign in to comment.