Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jan 29, 2023
1 parent 9eb0a1a commit b077db2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Version 1.1.1 - Released 2023-01-29

### Changed
* Support 3.11
* Add loose / strict versioning
* Remove python 2 cruft


### Version 1.0.2
* Fixed bug in dump_tables_to_csv where data was not written

* Fixed bug in `dump_tables_to_csv` where data was not written

## Version 1.0.1

* Changes were undocumented before this point
3 changes: 0 additions & 3 deletions dtool_ibeis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from __future__ import absolute_import, division, print_function, unicode_literals

from dtool_ibeis import __SQLITE__ as lite
from dtool_ibeis import base
from dtool_ibeis import sql_control
Expand Down

0 comments on commit b077db2

Please sign in to comment.