Skip to content

Commit

Permalink
Merge pull request #73 from ppfeufer/development
Browse files Browse the repository at this point in the history
Missing `helper` directory re-added
  • Loading branch information
ppfeufer authored Apr 16, 2022
2 parents 8b8f383 + cf7d75f commit 6c7ad87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [In Development] - Unreleased


## [2.13.1] - 2022-04-17

### Added

- Missing `helper` directory


## [2.13.0] - 2022-04-17

### Added
Expand Down
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include LICENSE
include CODEOWNERS
include README.md
include CHANGELOG.md
include MANIFEST.in
graft fleetpings

global-exclude __pycache__
global-exclude *.py[co]
2 changes: 1 addition & 1 deletion fleetpings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
A couple of variables to use throughout the app
"""

__version__ = "2.13.0"
__version__ = "2.13.1"
__title__ = "Fleet Pings"

0 comments on commit 6c7ad87

Please sign in to comment.