Skip to content

Commit 615b2f2

Browse files
committed
Update version
1 parent 01e240d commit 615b2f2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.9.3]
811
### Fixed
912
- Encoding error in setup.py when running Python 2.7
1013

@@ -46,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4649
See [joshua-stone/DerPyBooru](https://github.com/joshua-stone/DerPyBooru).
4750

4851

49-
[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.2...HEAD
52+
[Unreleased]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.3...HEAD
53+
[0.9.3]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.2...0.9.3
5054
[0.9.2]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.1...0.9.2
5155
[0.9.1]: https://github.com/nullforce-public/DerPyBooru/compare/0.9.0...0.9.1
5256
[0.9.0]: https://github.com/nullforce-public/DerPyBooru/compare/0.8.0...0.9.0

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,11 @@ for post in Search().key(key).watched(user.ONLY):
129129
## Changelog
130130

131131
See [CHANGELOG](CHANGELOG.md)
132+
133+
## [0.9.3]
134+
### Fixed
135+
- Encoding error in setup.py when running Python 2.7
136+
137+
### Other
138+
- Added badges to README and other document changes
139+
- Adopt tox for package install testing

derpibooru/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.3

0 commit comments

Comments
 (0)