Skip to content

Commit

Permalink
🚀 Release: v0.3.9dev1
Browse files Browse the repository at this point in the history
Changes:

ad40307 Fixed release script for prereleasing
c2f8c9c Working towards prereleasing

Diff:

v0.3.9...v0.3.9dev1
  • Loading branch information
hasaniqbal777 committed Nov 27, 2024
1 parent ad40307 commit db9ae0e
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.9
current_version = 0.3.9dev1
parse = ^
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z) # Separator
((?P<prerel>a|alpha|b|beta|d|dev|rc) # Prerelease (a, alpha, b, beta, d, dev, rc)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.9
v0.3.9dev1
75 changes: 40 additions & 35 deletions docs/src/_static/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,69 +5,74 @@
"url": "https://openfactcheck.readthedocs.io/en/dev/"
},
{
"name": "0.3.9 (stable)",
"version": "v0.3.9",
"name": "0.3.9dev1 (stable)",
"version": "v0.3.9dev1",
"url": "https://openfactcheck.readthedocs.io/en/stable/",
"preferred": true
},
{
"name": "0.3.8",
"version": "v0.3.8",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.8/"
"name": "0.3.9",
"version": "v0.3.9",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.9/"
},
{
"name": "0.3.6",
"version": "v0.3.6",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.6/"
"name": "0.3.7",
"version": "v0.3.7",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.7/"
},
{
"name": "0.3.4",
"version": "v0.3.4",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.4/"
"name": "0.3.5",
"version": "v0.3.5",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.5/"
},
{
"name": "0.2.4",
"version": "v0.2.4",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.4/"
"name": "0.3.3",
"version": "v0.3.3",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.3/"
},
{
"name": "0.2.3",
"version": "v0.2.3",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.3/"
"name": "0.3.2",
"version": "v0.3.2",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.2/"
},
{
"name": "0.2.6",
"version": "v0.2.6",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.6/"
"name": "0.3.1",
"version": "v0.3.1",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.1/"
},
{
"name": "0.3.0",
"version": "v0.3.0",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.0/"
},
{
"name": "0.3.1",
"version": "v0.3.1",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.1/"
"name": "0.2.6",
"version": "v0.2.6",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.6/"
},
{
"name": "0.3.2",
"version": "v0.3.2",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.2/"
"name": "0.2.3",
"version": "v0.2.3",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.3/"
},
{
"name": "0.3.3",
"version": "v0.3.3",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.3/"
"name": "0.2.4",
"version": "v0.2.4",
"url": "https://openfactcheck.readthedocs.io/en/v0.2.4/"
},
{
"name": "0.3.5",
"version": "v0.3.5",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.5/"
"name": "0.3.4",
"version": "v0.3.4",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.4/"
},
{
"name": "0.3.7",
"version": "v0.3.7",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.7/"
"name": "0.3.6",
"version": "v0.3.6",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.6/"
},
{
"name": "0.3.8",
"version": "v0.3.8",
"url": "https://openfactcheck.readthedocs.io/en/v0.3.8/"
}
]
2 changes: 1 addition & 1 deletion pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file is used to install the library in Hugging Face Spaces before running the pipeline
openfactcheck==0.3.9
openfactcheck==0.3.9dev1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maintainers = [
name = "openfactcheck"
readme = "README.md"
requires-python = ">=3.10"
version = "0.3.9"
version = "0.3.9dev1"

[project.urls]
"Bug Tracker" = "/~https://github.com/hasaniqbal777/openfactcheck/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/openfactcheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .solver import *

# Version of the openfactcheck package
__version__ = "0.3.9"
__version__ = "0.3.9dev1"

0 comments on commit db9ae0e

Please sign in to comment.