-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version checks * update release version * update release notes * fix case * require released pybmds * update versions in db config
- Loading branch information
1 parent
d362e3e
commit 0012619
Showing
9 changed files
with
44 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import os | ||
import sys | ||
|
||
__version__ = "24.1a6" | ||
__version__ = "24.1" | ||
|
||
|
||
def manage(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "bmds_ui" | ||
license = {text = "MIT License"} | ||
authors = [ | ||
{name = "BMDS development team"}, | ||
{name = "BMDS Development Team"}, | ||
{name = "Andy Shapiro", email = "[email protected]"} | ||
] | ||
readme = "README.md" | ||
|
@@ -24,7 +24,7 @@ classifiers = [ | |
requires-python = ">=3.11" | ||
dependencies = [ | ||
# pybmds | ||
"pybmds==24.1a6", | ||
"pybmds==24.1", | ||
|
||
# website | ||
"Django~=5.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ interactions: | |
Host: | ||
- pypi.org | ||
User-Agent: | ||
- Python-urllib/3.11 | ||
- Python-urllib/3.12 | ||
method: GET | ||
uri: https://pypi.org/pypi/bmds/json | ||
uri: https://pypi.org/pypi/bmds-ui/json | ||
response: | ||
body: | ||
string: '{"info":{"author":"Andy Shapiro","author_email":"[email protected]","bugtrack_url":null,"classifiers":["Intended | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ interactions: | |
Host: | ||
- pypi.org | ||
User-Agent: | ||
- Python-urllib/3.11 | ||
- Python-urllib/3.12 | ||
method: GET | ||
uri: https://pypi.org/pypi/bmds/json | ||
uri: https://pypi.org/pypi/bmds-ui/json | ||
response: | ||
body: | ||
string: '{"info":{"author":"Andy Shapiro","author_email":"[email protected]","bugtrack_url":null,"classifiers":["Intended | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters