Update changelog
This commit is contained in:
parent
618b42d511
commit
e95348edd6
|
@ -5,6 +5,12 @@ All notable changes to tailbone-corepos will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.17] - 2023-05-08
|
||||
### Changed
|
||||
- Avoid deprecated import for `OrderedDict`.
|
||||
- Add column link for CORE Member batches.
|
||||
- Tweak import per upstream changes.
|
||||
|
||||
## [0.1.16] - 2023-02-12
|
||||
### Changed
|
||||
- Refactor `Query.get()` => `Session.get()` per SQLAlchemy 1.4.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.16'
|
||||
__version__ = '0.1.17'
|
||||
|
|
Loading…
Reference in a new issue