Skip to content

Commit 20ab12e

Browse files
authored
Added changelog (#55)
Django update Copyright year
1 parent a64a646 commit 20ab12e

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--
2+
# Copyright 2024 Lockheed Martin Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
-->
17+
18+
# Changelog
19+
20+
>All notable changes to this project will be documented in this file.
21+
>
22+
>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
23+
24+
<hr>
25+
26+
## [v2.1.1] - 2024-04-25
27+
28+
### Changed
29+
30+
* Django version 3.2.25
31+
* README copyright year
32+
33+
34+
## [v2.1.0] - 2024-03-01
35+
36+
### Added
37+
38+
* Changelog file
39+
40+
### Changed
41+
42+
* Python version >=3.9
43+
* Local installation process update
44+
45+
### Fixed
46+
47+
* Docker build process

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ in this tool today.
8686
supporting documentation folder, and outputs should be treated as sensitive, and
8787
handled as export controlled / classified information, as appropriate.
8888

89-
&copy; 2017 Lockheed Martin Corporation
89+
90+
&copy; 2024 Lockheed Martin Corporation

dart/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import os
2424
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
2525

26-
DART_VERSION_NUMBER = '2.1.0'
26+
DART_VERSION_NUMBER = '2.1.1'
2727

2828
# SECURITY WARNING
2929
# We are not randomizing this key for you.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
#
1515

1616
python-docx==0.8.11
17-
django==3.2.9
17+
django==3.2.25
1818
django-bootstrap3==21.1.0

0 commit comments

Comments
 (0)