Skip to content

Commit ddd805d

Browse files
committed
Deletion of the last occurences of the db_types directory.
1 parent 21af37c commit ddd805d

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

PyFunceble/abstracts/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Package:
6464
:type: str
6565
"""
6666

67-
VERSION = "3.2.13.dev (Teal Blauwbok: Bombardier)"
67+
VERSION = "3.2.14.dev (Teal Blauwbok: Bombardier)"
6868
"""
6969
Sets the package version.
7070

PyFunceble/cli/production.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ def _update_urls(self):
231231
+ "configuration"
232232
+ directory_separator
233233
+ "links.rst",
234-
# We fix the urls in the db_types directory.
235-
PyFunceble.CONFIG_DIRECTORY
236-
+ directory_separator
237-
+ "db_types"
238-
+ directory_separator,
239234
]
240235

241236
for fix_it in to_fix:

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: '3.2.12.dev (Teal Blauwbok: Bombardier)'
1+
current_version: '3.2.13.dev (Teal Blauwbok: Bombardier)'
22
deprecated:
33
- 1.0.0
44
- 1.2.1

0 commit comments

Comments
 (0)