We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b657883 + 69d4594 commit 936841eCopy full SHA for 936841e
news/fallback-version.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* No News Added: Update to latest `FALLBACK_VERSION`
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
setup.py
@@ -20,7 +20,7 @@
# Use this version when git data are not available, like in git zip archive.
# Update when tagging a new release.
-FALLBACK_VERSION = "1.4.3"
+FALLBACK_VERSION = "1.5.1"
24
25
MYDIR = str(Path(__file__).parent.resolve())
26
0 commit comments