Codebase list sqlalchemy-utc / 3f9d457
Import upstream version 0.12.0 Kali Janitor 2 years ago
4 changed file(s) with 14 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 =========
2
3 0.12.0
4 ------
5
6 Released on May 7, 2021.
7
8 - Add `py.typed` file to the package to be compatible with PEP-561.
9 [`#10`_ by Dima Boger]
10
11 .. _#10: https://github.com/spoqa/sqlalchemy-utc/pull/10
12
213
314 0.11.0
415 ------
617 Released on November 13, 2020.
718
819 - Ensured always returning the datetime with UTC timezone.
9 [`#8_` by Eduard Christian Dumitrescu]
20 [`#8`_ by Eduard Christian Dumitrescu]
1021
1122 .. _#8: https://github.com/spoqa/sqlalchemy-utc/pull/8
1223
4646 version=get_version(),
4747 url='https://github.com/spoqa/sqlalchemy-utc',
4848 packages=find_packages(exclude=('tests*',)),
49 package_data={'sqlalchemy_utc': ['py.typed']},
4950 author='Hong Minhee',
5051 author_email='hongminhee' '@' 'member.fsf.org',
5152 license='MIT License',
(New empty file)
0 __version__ = '0.11.0'
0 __version__ = '0.12.0'