Skip to content

Commit

Permalink
#17 releasing 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
corydodt committed Nov 26, 2019
1 parent 245d2b2 commit af0a029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A library of utilities for systems application development
- codado.dockerish: a docker event listener that integrates with the Twisted
event loop and can automatically call handlers for events
into another class with a "subklein" of other routes
- codado.hotedit: open a local editor with a string, edit it as a temp file and get the edited string back

## Running Tests

Expand All @@ -39,6 +40,9 @@ For point releases: Make sure there is a series-0.x branch in github, and branch

## Change Log

### [0.7.4] - 2019.11.26
#### Added:
- hotedit.hotedit() for opening your favorite local editor and getting the results back as a string

### [0.7.2] - 2019.07.23
#### Fixed:
Expand Down Expand Up @@ -89,6 +93,7 @@ For point releases: Make sure there is a series-0.x branch in github, and branch
- 0.4: Initial public usable release

[Crosscap]: https://github.com/corydodt/Crosscap
[0.7.4]: https://github.com/corydodt/Codado/compare/release-0.7.2...release-0.7.4
[0.7.2]: https://github.com/corydodt/Codado/compare/release-0.7.0...release-0.7.2
[0.7.0]: https://github.com/corydodt/Codado/compare/release-0.6.1...release-0.7.0
[0.6.1]: https://github.com/corydodt/Codado/compare/release-0.5.2...release-0.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


__version__ = '0.7.2'
__version__ = '0.7.4'


cfg = dict(
Expand Down

0 comments on commit af0a029

Please sign in to comment.