Skip to content

Commit 89cff76

Browse files
authored
Merge pull request #808 from svalinn/3.2.2-rc1
Perform microrelease for v3.2.2
2 parents 393eae8 + 031fb95 commit 89cff76

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/changelog_test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
apk add --no-cache bash git openssh
2424
git --version
2525
26-
- name: Checkout repository
27-
uses: actions/checkout@v2
28-
29-
- name: Housekeeping
30-
run: |
26+
- name: Checkout repository and housekeeping
27+
uses: actions/checkout@v3
28+
- run: |
29+
git config --global --add safe.directory ${GITHUB_WORKSPACE}
3130
cd $GITHUB_WORKSPACE
3231
CI/scripts/changelog_test.sh
3332

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enable_language(CXX)
55
# Set DAGMC version
66
set(DAGMC_MAJOR_VERSION 3)
77
set(DAGMC_MINOR_VERSION 2)
8-
set(DAGMC_PATCH_VERSION 1)
8+
set(DAGMC_PATCH_VERSION 2)
99
set(DAGMC_VERSION ${DAGMC_MAJOR_VERSION}.${DAGMC_MINOR_VERSION}.${DAGMC_PATCH_VERSION})
1010

1111
if(MSVC)

doc/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ DAGMC Changelog
77
Next version
88
====================
99

10+
v3.2.2
11+
====================
12+
1013
**Changed:**
1114

1215
* Placing installed CMake configuration files in project directory (#802)

src/pyne/pyne

Submodule pyne updated 151 files

0 commit comments

Comments
 (0)