Skip to content

Commit 82c0ab4

Browse files
authored
Merge pull request #256 from conorheffron/r333
Release v3.3.3
2 parents b1f65ea + 954f3ce commit 82c0ab4

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use IntelliSense to learn about possible attributes.
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "3.3.2",
5+
"version": "3.3.3",
66
"configurations": [
77

88
{

backend/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coverage = "==7.10.7"
1616
defusedxml = "==0.7.1"
1717
dill = "==0.4.0"
1818
distlib = "==0.4.0"
19-
django = "==5.2.6"
19+
django = "==5.2.7"
2020
django-appconf = "==1.1.0"
2121
django-compressor = "==4.5.1"
2222
django-cors-headers = "==4.9.0"

backend/Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/hr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__title__ = 'booking-sys'
12-
__version__ = '3.3.2'
12+
__version__ = '3.3.3'
1313
__author__ = 'Conor Heffron'
1414

1515
# Version synonym

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage==7.10.7
88
defusedxml==0.7.1
99
dill==0.4.0
1010
distlib==0.4.0
11-
Django==5.2.6
11+
Django==5.2.7
1212
django-appconf==1.1.0
1313
django-compressor==4.5.1
1414
django-cors-headers==4.9.0

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conorheffron/booking-sys-frontend",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"private": false,
55
"license": "GPL-3.0-or-later",
66
"description": "React + TypeScript frontend for Booking System",

0 commit comments

Comments
 (0)