Skip to content

Commit

Permalink
Use different version because of windows limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 24, 2024
1 parent 82bc313 commit 3e16f30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test = [
[tool.briefcase]
project_name = "Plotlyst"
bundle = "com.plotlyst"
version = "2024.11rc1.dev1"
version = "0.1.0.dev1"

[tool.briefcase.app.plotlyst]
formal_name = "Plotlyst"
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import os
import re
import time

from setuptools import setup

Expand All @@ -25,11 +24,6 @@ def get_base_version():
raise RuntimeError("Unable to find __version__ string in version.py")


def get_full_version(base_version):
timestamp = time.strftime("%Y%m%d.%H%M%S")
return f"{base_version}+{timestamp}"


def check_versions(base_version):
pyproject_version = get_briefcase_version()
if pyproject_version != base_version:
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/plotlyst/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

plotlyst_version = '2024.11rc1.dev1'
plotlyst_version = '0.1.0.dev1'

0 comments on commit 3e16f30

Please sign in to comment.