Skip to content

Commit

Permalink
Project housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jan 2, 2023
1 parent 99cd2b5 commit 22440be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ keywords:
- python
- sqlalchemy
license: MIT
version: 1.0.0
date-released: "2021-12-12"
version: 2.0.0
date-released: "2023-01-??"
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
1.0.0. (2021-12-21)
2.0.0 (2023-01-??)
------------------

* Drop support for Python 3.6 and 3.7. (#86)

1.0.0 (2021-12-21)
-------------------

* Drop python 2 support (#80)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 Koen Van Daele
Copyright (c) 2013-2023 Flanders Heritage Agency

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py36, p37, py38, cover
envlist = py27, py38, py39, py310, cover

[testenv]
commands =
Expand All @@ -9,7 +9,7 @@ commands =

[testenv:cover]
basepython =
python3.7
python3.8
commands =
pip install -r requirements-dev.txt
python setup.py develop
Expand Down

0 comments on commit 22440be

Please sign in to comment.