Skip to content

Commit

Permalink
Add changelog to manifest.
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
artemShelest committed Dec 27, 2018
1 parent 9caf266 commit e6543e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include changelog.rst
recursive-include src/flask_admin_toggle_control/static/ *
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.1.2
0.1.3
-----

* Added installation and integration instructions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def desc():

setup(
name='Flask-Admin-Toggle-Control',
version='0.1.2',
version='0.1.3',
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
Expand Down

0 comments on commit e6543e0

Please sign in to comment.