Skip to content

Commit

Permalink
release 2.1.2 (#32)
Browse files Browse the repository at this point in the history
* Spd runes (#21)

* Create high_spd_runes_by_set.sql

* added unit to high spd runes qry

* Update .gitignore

* changing unit_master_id to com2us_id (#22)

* 10 swex unit list (#23)

* changing unit_master_id to com2us_id

* spd buff changed to .33

* change spd buff to .33

* synergies reports

adding synergies reports
adjusted unit_combat_speeds and s_other for buffs, debuffs

* 2020 04 03 (#24)

* Update README.md

* rename bk_db_tools.py

* Update .gitignore

* moving to own repo

* adjusting to removing module

* Convert to library (#26)

* Develop (#25)

* Spd runes (#21)

* Create high_spd_runes_by_set.sql

* added unit to high spd runes qry

* Update .gitignore

* changing unit_master_id to com2us_id (#22)

* 10 swex unit list (#23)

* changing unit_master_id to com2us_id

* spd buff changed to .33

* change spd buff to .33

* synergies reports

adding synergies reports
adjusted unit_combat_speeds and s_other for buffs, debuffs

* 2020 04 03 (#24)

* Update README.md

* rename bk_db_tools.py

* Update .gitignore

* moving to own repo

* adjusting to removing module

* some initial code changes

* Update setup.cfg

* more work to convert this to a library

* resolving merge conflicts

* minor fix

* adding msgs to xlsx importer for long running imports (#28)

* Update setup.cfg

* simplified readme no need to keep editing

* Update sql_file_executer.py

* updated version number

* fixing python version
  • Loading branch information
SunnysideAaron authored Apr 26, 2021
1 parent 0375c77 commit a66cb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = bk_db_tools
version = 2.1.1
version = 2.1.2
author = Aaron R. Short
author_email = [email protected]
description = bk_db_tools is a set of tools to very rapidly, and with a minimum of effort, work with a relational database.
Expand All @@ -19,7 +19,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.6
python_requires = >=3.7
install_requires =
openpyxl ~= 3.0

Expand Down

0 comments on commit a66cb2e

Please sign in to comment.