Skip to content

Commit fa68a5d

Browse files
committed
Merge tag 'v202506.1180' into dev
Nowa wersja: v202506.1180 v202506.1180
2 parents 98c4d11 + 8c37c01 commit fa68a5d

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Historia zmian
44

55
.. towncrier release notes start
66
7+
Bpp 202506.1180 (2025-06-04)
8+
============================
9+
10+
Usprawnienie
11+
------------
12+
13+
- popraw przypisywanie punktów PK po imporcie z PBN (#1490)
14+
- opcjonalne pole z pytaniem o publikację pełnego tekstu pracy (#1491)
15+
16+
717
Bpp 202505.1179 (2025-05-11)
818
============================
919

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ loc: clean
171171
pygount -N ... -F "...,staticroot,migrations,fixtures" src --format=summary
172172

173173

174-
DOCKER_VERSION="202505.1179"
174+
DOCKER_VERSION="202506.1180"
175175

176176
DOCKER_BUILD=build --platform linux/amd64,linux/arm64 --push
177177

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpp-iplweb",
3-
"version": "v202505.1179",
3+
"version": "v202506.1180",
44
"license": "MIT",
55
"devDependencies": {
66
"grunt": ">=1.6.1",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bpp_iplweb"
3-
version = "202505.1179"
3+
version = "202506.1180"
44
description = ""
55
authors = ["Michał Pasternak <[email protected]>"]
66
license = "MIT"
@@ -105,7 +105,7 @@ exclude = [
105105
"bpp-manage.py" = "django_bpp.manage_command:entry_point"
106106

107107
[tool.bumpver]
108-
current_version = "v202505.1179"
108+
current_version = "v202506.1180"
109109
version_pattern = "vYYYY0M.BUILD[-TAGNUM][GITHASH]"
110110
commit_message = "bump version {old_version} -> {new_version}"
111111
commit = true
@@ -271,7 +271,7 @@ build-backend = "poetry.core.masonry.api"
271271

272272
[tool.towncrier]
273273
package = "bpp"
274-
version = "202505.1179"
274+
version = "202506.1180"
275275
package_dir = "src"
276276
filename = "HISTORY.rst"
277277

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def requirements(fn="requirements.txt"):
6060

6161
setup(
6262
name="bpp-iplweb",
63-
version="202505.1179",
63+
version="202506.1180",
6464
description="System informatyczny do zarządzania bibliografią publikacji pracowników naukowych",
6565
long_description=readme,
6666
long_description_content_type="text/x-rst",

src/bpp/newsfragments/1490.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/bpp/newsfragments/1491.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/django_bpp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "202505.1179"
1+
VERSION = "202506.1180"
22

33
if __name__ == "__main__":
44
import sys

0 commit comments

Comments
 (0)