Skip to content

Commit

Permalink
fix and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed May 27, 2024
1 parent c53837e commit 805510a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ All notable changes to this project will be documented in this file.

- N/A

## [0.1.1]

- Fixed bug where properties were not packaged

## [0.1.0]

### Initial Release

[Unreleased]: https://github.com/joeyagreco/hacker-news/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/joeyagreco/hacker-news/compare/v0.1.1...HEAD
[0.1.0]: https://github.com/joeyagreco/hacker-news/releases/tag/v0.1.0
[0.1.1]: https://github.com/joeyagreco/hacker-news/releases/tag/v0.1.1

3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include requirements.txt
include requirements.txt
include hn_sdk/property/*
2 changes: 1 addition & 1 deletion hn_sdk/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

# minimum supported Python version
__version_minimum_python__ = "3.10"

0 comments on commit 805510a

Please sign in to comment.