Skip to content

Commit

Permalink
chore: bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Oct 7, 2024
1 parent a325fb3 commit fbbc527
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## 2024-10-07 v1.7.1

- Rebuild indexes after major changing/deleting bibs and cards operations

## 2024-10-04 v1.7.0

- New features

- Fix teamwork
- The program is faster

Expand Down
5 changes: 5 additions & 0 deletions changelog_ru.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Список изменений

## 2024-10-07 v1.7.1

- Перестройка индекса после основных операций удаления/изменения номера или чипа

## 2024-10-04 v1.7.0

+ Восстановление участников из html файла
+ Улучшения программы

- Ускорена скорость работы программы
- Стабильная командная работа
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sportorg"
version = "1.7.0"
version = "1.7.1"
description = "SportOrg, python, sportident, orienteering"
authors = ["Danil Akhtarov <daxartio@gmail.com>"]

Expand Down
4 changes: 2 additions & 2 deletions sportorg.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SportOrg"
#define MyAppVersion "v1.7.0"
#define MyVersionInfoVersion "1.7.0.0"
#define MyAppVersion "v1.7.1"
#define MyVersionInfoVersion "1.7.1.0"
#define MyAppPublisher "Danil Akhtarov, Alexei Zhulev, Semyon Yakimov, Konstantin Bats, Sergei Kobelev"
#define MyAppURL "https://sportorg.readthedocs.io"
#define MyAppExeName "SportOrg.exe"
Expand Down
2 changes: 1 addition & 1 deletion sportorg/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Config:


NAME = 'SportOrg'
VERSION = 'v1.7.0'
VERSION = 'v1.7.1'


def is_executable() -> bool:
Expand Down

0 comments on commit fbbc527

Please sign in to comment.