Skip to content

Commit 7225782

Browse files
committed
Increase version to 495 – for web-app V7.0.27
1 parent 047e491 commit 7225782

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 1.1.495
10+
11+
### Added
12+
- Migrate legacy data from django reversion
13+
- Filters for OpsLearning
14+
- Bump Django from 3.2.23 to 3.2.24
15+
916
## 1.1.494
1017

1118
### Added
@@ -2337,7 +2344,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23372344

23382345
## 0.1.20
23392346

2340-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.494...HEAD
2347+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.495...HEAD
2348+
[1.1.495]: https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
23412349
[1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494
23422350
[1.1.493]: https://github.com/IFRCGo/go-api/compare/1.1.492...1.1.493
23432351
[1.1.492]: https://github.com/IFRCGo/go-api/compare/1.1.491...1.1.492

main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .celery import app as celery_app
44

55
__all__ = ['celery_app']
6-
__version__ = '1.1.494'
6+
__version__ = '1.1.495'

per/drf_views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ def get_queryset(self):
444444
return qs.select_related('appeal_code',).prefetch_related(
445445
'sector', 'organization', 'per_component', 'sector_validated',
446446
'organization_validated', 'per_component_validated')
447-
print('we are in 00')
448447
return qs.filter(is_validated=True).select_related('appeal_code',).prefetch_related(
449448
'sector', 'organization', 'per_component', 'sector_validated',
450449
'organization_validated', 'per_component_validated')

0 commit comments

Comments
 (0)