Skip to content

Commit 4bfc2b0

Browse files
committed
Update version number in docs
Fixes Issue johannesjh#80. Add comments to keep them in-sync but maybe we prefer a technical solution.
1 parent a5e94d1 commit 4bfc2b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# =============================================================================
99

1010
project = "req2flatpak"
11-
copyright = "2022, johannesjh" # pylint: disable=redefined-builtin
11+
copyright = "2022-2024, johannesjh" # pylint: disable=redefined-builtin
1212
author = "johannesjh"
13-
release = "0.0.1"
13+
release = "0.2.0" # TODO: must be kept in-sync with pyproject.toml
1414

1515
# =============================================================================
1616
# General configuration

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "req2flatpak"
7-
version = "0.2.0"
7+
version = "0.2.0" # must be kept in-sync with docs/sources/conf.py
88
description = "Generates a flatpak-builder build module for installing python packages defined in requirements.txt files."
99
authors = ["johannesjh <[email protected]>"]
1010
license = "MIT"

req2flatpak.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# req2flatpak is MIT-licensed.
44
#
5-
# Copyright 2022 johannesjh
5+
# Copyright 2022-2024 johannesjh
66
#
77
# Permission is hereby granted, free of charge, to any person obtaining a copy
88
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)