Skip to content

Commit

Permalink
Merge pull request #27 from pupil-labs/fix_#26
Browse files Browse the repository at this point in the history
Add missing CHANGELOG.md to MANIFEST.in
  • Loading branch information
Patrick Faion authored Apr 7, 2020
2 parents 1ccabe7 + f480ec5 commit 9dd724c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:src/pupil_apriltags/__init__.py]

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2 (2020-04-06)
### Changed
- Added `CHANGELOG.md` to `MANIFEST.in` - #27

## 1.0.1 (2020-01-07)
### Changed
- Switched to semantic versioning format.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE.md
include README.md
include CHANGELOG.md
include CMakeLists.txt
include setup.py
include pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
package_dir={"": package_dir},
test_suite="tests",
url="https://github.com/pupil-labs/apriltags",
version="1.0.1",
version="1.0.2",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion src/pupil_apriltags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

import logging

Expand Down

0 comments on commit 9dd724c

Please sign in to comment.