Skip to content

Commit b4780dc

Browse files
jmaIgor Milhit
and
Igor Milhit
committed
release: v0.13.0
Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Igor Milhit <[email protected]>
1 parent 9120938 commit b4780dc

File tree

4 files changed

+119
-3
lines changed

4 files changed

+119
-3
lines changed

CHANGES.rst

+116
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,122 @@
1717
Changes
1818
=======
1919

20+
`v0.13.0 <https://github.com/rero/rero-ils/tree/v0.13.0>`__ (2020-10-19)
21+
------------------------------------------------------------------------
22+
23+
`Full
24+
Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
25+
26+
**Implemented enhancements:**
27+
28+
- Holding : expected date should be today’s date by default
29+
`#1249 <https://github.com/rero/rero-ils/issues/1249>`__
30+
- circulation: need a better response time for the patron account
31+
(public/pro interface)
32+
`#1246 <https://github.com/rero/rero-ils/issues/1246>`__
33+
- The date in the data should be better checked.
34+
`#1187 <https://github.com/rero/rero-ils/issues/1187>`__
35+
- Every document should have a ``provisionActivity`` field
36+
`#1132 <https://github.com/rero/rero-ils/issues/1132>`__
37+
- maximum number of results
38+
`#112 <https://github.com/rero/rero-ils/issues/112>`__
39+
40+
**Fixed bugs:**
41+
42+
- New due date is not displayed after a renewal in pro interface.
43+
`#1279 <https://github.com/rero/rero-ils/issues/1279>`__
44+
- circulation: unable to display a patron account in public view when
45+
he has a dispute.
46+
`#1272 <https://github.com/rero/rero-ils/issues/1272>`__
47+
- Write a full sentence: The edit button should not be activated for
48+
not logged in users.
49+
`#1265 <https://github.com/rero/rero-ils/issues/1265>`__
50+
- circulation: change text in courtesy notification
51+
`#1264 <https://github.com/rero/rero-ils/issues/1264>`__
52+
- Holdings for journals have various problems
53+
`#1252 <https://github.com/rero/rero-ils/issues/1252>`__
54+
55+
**Closed issues:**
56+
57+
- A call number (1st and 2nd) should not have a minimum caracter
58+
constraint. `#1284 <https://github.com/rero/rero-ils/issues/1284>`__
59+
- The patron first and last names are inverted in circulation UI.
60+
`#1230 <https://github.com/rero/rero-ils/issues/1230>`__
61+
- Make isort consistent for Travis and local development
62+
`#816 <https://github.com/rero/rero-ils/issues/816>`__
63+
- elasticsearch document_type deprecated
64+
`#83 <https://github.com/rero/rero-ils/issues/83>`__
65+
- new cookiecutter `#80 <https://github.com/rero/rero-ils/issues/80>`__
66+
67+
**Merged pull requests:**
68+
69+
- patrons: fix patrons search api
70+
`#1307 <https://github.com/rero/rero-ils/pull/1307>`__
71+
(`jma <https://github.com/jma>`__)
72+
- Maj us1590 user resource
73+
`#1302 <https://github.com/rero/rero-ils/pull/1302>`__
74+
(`jma <https://github.com/jma>`__)
75+
- patron: fix patron profile for dispute event
76+
`#1299 <https://github.com/rero/rero-ils/pull/1299>`__
77+
(`zannkukai <https://github.com/zannkukai>`__)
78+
- patron: Fix user import problem.
79+
`#1292 <https://github.com/rero/rero-ils/pull/1292>`__
80+
(`zannkukai <https://github.com/zannkukai>`__)
81+
- Us1642 template resource
82+
`#1275 <https://github.com/rero/rero-ils/pull/1275>`__
83+
(`zannkukai <https://github.com/zannkukai>`__)
84+
- monitoring: display db connection counts
85+
`#1271 <https://github.com/rero/rero-ils/pull/1271>`__
86+
(`rerowep <https://github.com/rerowep>`__)
87+
- merge US1591 collection resource
88+
`#1267 <https://github.com/rero/rero-ils/pull/1267>`__
89+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
90+
- circulation: change text in courtesy notification
91+
`#1266 <https://github.com/rero/rero-ils/pull/1266>`__
92+
(`benerken <https://github.com/benerken>`__)
93+
- document: fix internal server error when display view
94+
`#1263 <https://github.com/rero/rero-ils/pull/1263>`__
95+
(`lauren-d <https://github.com/lauren-d>`__)
96+
- circulation: increase loan API performance
97+
`#1262 <https://github.com/rero/rero-ils/pull/1262>`__
98+
(`zannkukai <https://github.com/zannkukai>`__)
99+
- tests: Use github actions
100+
`#1258 <https://github.com/rero/rero-ils/pull/1258>`__
101+
(`rerowep <https://github.com/rerowep>`__)
102+
- ill_request: merge US to dev
103+
`#1251 <https://github.com/rero/rero-ils/pull/1251>`__
104+
(`zannkukai <https://github.com/zannkukai>`__)
105+
- deploy: fix lxml error
106+
`#1248 <https://github.com/rero/rero-ils/pull/1248>`__
107+
(`jma <https://github.com/jma>`__)
108+
- celery: use celery 5.0.0
109+
`#1247 <https://github.com/rero/rero-ils/pull/1247>`__
110+
(`zannkukai <https://github.com/zannkukai>`__)
111+
- celery: fix ‘celery-config’ fixture
112+
`#1245 <https://github.com/rero/rero-ils/pull/1245>`__
113+
(`zannkukai <https://github.com/zannkukai>`__)
114+
- holdings: add optional fields for holdings display
115+
`#1244 <https://github.com/rero/rero-ils/pull/1244>`__
116+
(`BadrAly <https://github.com/BadrAly>`__)
117+
- general: use better regular expression for date
118+
`#1239 <https://github.com/rero/rero-ils/pull/1239>`__
119+
(`zannkukai <https://github.com/zannkukai>`__)
120+
- translation: standardization of enumerations with form options
121+
`#1238 <https://github.com/rero/rero-ils/pull/1238>`__
122+
(`Garfield-fr <https://github.com/Garfield-fr>`__)
123+
- loan: fix patron name
124+
`#1232 <https://github.com/rero/rero-ils/pull/1232>`__
125+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
126+
- merge US1489 circulation cypress tests
127+
`#1215 <https://github.com/rero/rero-ils/pull/1215>`__
128+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
129+
- indexer: fix bulk indexing
130+
`#1202 <https://github.com/rero/rero-ils/pull/1202>`__
131+
(`rerowep <https://github.com/rerowep>`__)
132+
- dependencies: update to ES7 and invenio 3.3
133+
`#1175 <https://github.com/rero/rero-ils/pull/1175>`__
134+
(`rerowep <https://github.com/rerowep>`__)
135+
20136
`v0.12.0 <https://github.com/rero/rero-ils/tree/v0.12.0>`__ (2020-09-21)
21137
------------------------------------------------------------------------
22138

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_ils/bundles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from invenio_assets import AngularGettextFilter, GlobBundle, NpmBundle
2525
from pkg_resources import resource_filename
2626

27-
RERO_ILS_UI_VERSION = '0.5.2'
27+
RERO_ILS_UI_VERSION = '0.6.0'
2828

2929

3030
def catalog(domain):

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "0.12.0"
26+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)