Skip to content

Commit

Permalink
bump 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielplohmann committed Nov 17, 2023
1 parent f046d7f commit 61ba87a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ In July 2023, we started populating a [Github repository](https://github.com/dan


## Version History
* 2023-11-17 v1.2.9: Added ability to set an authentication token for the server; added ability to filter by job groups; added ability to fail orphaned jobs.
* 2023-10-17 v1.2.8: Minor fix in job groups.
* 2023-10-16 v1.2.6: Summarized queue statistics, refined Job classification.
* 2023-10-13 v1.2.4: Exposed Queue/Job Deletion to REST interface, improved query speed for various queue lookups via indexing and parameterized mongodb queries.
Expand Down
2 changes: 1 addition & 1 deletion mcrit/config/McritConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class McritConfig(object):

# NOTE to self: always change this in setup.py as well!
VERSION = "1.2.8"
VERSION = "1.2.9"
# basic pathing info
CONFIG_FILE_PATH = str(os.path.abspath(__file__))
PROJECT_ROOT = str(os.path.abspath(os.sep.join([CONFIG_FILE_PATH, "..", ".."])))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='mcrit',
version="1.2.8",
version="1.2.9",
description='MCRIT is a framework created for simplified application of the MinHash algorithm to code similarity.',
long_description_content_type="text/markdown",
long_description=README,
Expand Down

0 comments on commit 61ba87a

Please sign in to comment.