We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc11ce commit 9760f2aCopy full SHA for 9760f2a
CHANGELOG.md
@@ -12,6 +12,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
13
### Fixed
14
15
+## [2.12.4] - 2017-08-19
16
+
17
+### Added
18
19
+### Changed
20
21
+### Fixed
22
23
+- make apply_reader_simple a template again
24
+- minor fised to documentation
25
26
## [2.12.3] - 2017-05-25
27
28
### Added
src/osmium/version.py
@@ -5,7 +5,7 @@
5
# the major version
6
pyosmium_major = '2.12'
7
# current release (Pip version)
8
-pyosmium_release = '2.12.3'
+pyosmium_release = '2.12.4'
9
10
# libosmium version shipped with the Pip release
11
libosmium_version = '2.12.2'
0 commit comments