Skip to content

Commit e12e1b6

Browse files
authored
Delete macOS comment from bootstrap script
Merge pull request #120 from openfisca/bootstrap
2 parents 615bce2 + baa5ce4 commit e12e1b6

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 3.13.1 - [#120](https://github.com/openfisca/country-template/pull/120)
4+
5+
* Minor change
6+
* Details:
7+
- Delete macOS related comment in bootstrap script
8+
39
## 3.13.0 - [#115](https://github.com/openfisca/country-template/pull/115)
410

511
* Technical improvement.

bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ all_module_files=`find openfisca_country_template -type f`
3636
set -x
3737

3838
# Use intermediate backup files (`-i`) with a weird syntax due to lack of portable 'no backup' option. See https://stackoverflow.com/q/5694228/594053.
39-
# If you're using MacOS, add LC_ALL=C before sed https://stackoverflow.com/questions/19242275/re-error-illegal-byte-sequence-on-mac-os-x/19770395#19770395
4039
sed -i.template "s|country_template|$lowercase_country_name|g" README.md setup.py .github/workflows/workflow.yml Makefile MANIFEST.in $all_module_files
4140
sed -i.template "s|Country-Template|$COUNTRY_NAME|g" README.md setup.py .github/workflows/workflow.yml .github/PULL_REQUEST_TEMPLATE.md CONTRIBUTING.md $all_module_files
4241
sed -i.template -e "3,${last_bootstrapping_line_number}d" README.md # remove instructions lines

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name = "OpenFisca-Country-Template",
7-
version = "3.13.0",
7+
version = "3.13.1",
88
author = "OpenFisca Team",
99
author_email = "contact@openfisca.org",
1010
classifiers = [

0 commit comments

Comments
 (0)